Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avro: go back to using input stream when parsing #24

Merged
merged 1 commit into from
May 17, 2024
Merged

avro: go back to using input stream when parsing #24

merged 1 commit into from
May 17, 2024

Conversation

pjfanning
Copy link
Owner

The byte buffer solution doesn't work well because avro4s does not fully support byte buffers. It just gets a byte array from them and creates a ByteArrayInputStream. The code in this PR is better at avoiding array copies.

@pjfanning pjfanning merged commit 15093fe into main May 17, 2024
2 checks passed
@pjfanning pjfanning deleted the avro branch May 17, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant